home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / file / managers / git-4.3 / git-4 / git-4.3.7 / term / .gitrc.console < prev    next >
Encoding:
Text File  |  1995-07-18  |  7.7 KB  |  288 lines

  1.  
  2. ###############################################################################
  3. #                                          #
  4. #            GNU Interactive Tools 4.3.6 configuration file              #
  5. #     Copyright (c) 1993, 1994, 1995 Free Software Foundation, Inc.          #
  6. #                                          #
  7. ###############################################################################
  8.  
  9.  
  10. #
  11. # Linux virtual console configuration file.
  12. #
  13.  
  14.  
  15. #
  16. #  - If  your  terminal  supports  the  standard  ANSI  color  sequences,  set
  17. #  AnsiColorSequences to ON ([GITxxx-Color] descriptions will be used).  If it
  18. #  doesn't, AnsiColorSequences should be OFF ([GITxxx-Monochrome] descriptions
  19. #  will be used instead).
  20. #
  21.  
  22.  
  23. [Setup]
  24. TempDirectory        = /tmp
  25. AnsiColorSequences    = ON    # empty means OFF
  26. UseLastScreenChar    = ON    # use the last character on the screen
  27. ForegroundAtExit    = WHITE    # the foreground color restored at exit
  28. BackgroundAtExit    = BLACK    # the background color restored at exit
  29. StartupScrollStep    =    # empty means half the number of lines
  30.  
  31.  
  32. #
  33. # WARNING: empty lines or lines begining with a comment are considered to
  34. # be end of sections !!!
  35. #
  36.  
  37. [GIT-Setup]
  38. StartupFileDisplayMode    = Size    # OwnerGroup, DateTime, Size, Mode or FullName
  39. StartupFileSortMethod    = Name    # Name, Extension, Size, Date, Mode, OwnerId, GroupId, OwnerName or GroupName
  40. StartupLeftPanelPath    =      # empty means current directory
  41. StartupRightPanelPath    =    # empty means current directory
  42. ConfirmOnExit        =    # empty means OFF
  43. HistoryFile        = ~/.githistory
  44. InfoDisplay        = ON
  45. FrameDisplay        = ON
  46. LeadingDotMatch        = ON    # OFF means that leading '.' is matched only explicitly
  47. TypeSensitivity        = ON    # Automatically set to OFF when AnsiColorSequences is OFF
  48. NormalModeHelp        = System: \s   Host: \h   Machine: \m   Date: \d
  49. CommandLineModeHelp    = System: \s   Host: \h   Machine: \m   Date: \d
  50. #NormalModeHelp        = F3 View  F4 Edit  F5 Copy  F6 Move  F7 MkDir  F8 Del  F10 Exit  ^CH Ln ^CS SymLn
  51. #CommandLineModeHelp    = ^G-STOP ^B/^F-MOVE ^P/^N-HISTORY ^A-BOL ^E-EOL ^O-RESTORE ^X^C-EXIT ^Z-SUSPEND
  52.  
  53.  
  54. [GITPS-Setup]
  55. GitPsModeHelp        = Arrows-MOVE  space-SIGNALS  ^L-REFRESH  ^G/^X^C/F10-QUIT  ^Xk-KILL
  56.  
  57.  
  58. [GITVIEW-Setup]
  59. GitViewModeHelp        = Arrows/PgUp/PgDown/Home/End-MOVE ^L-REFRESH ^G/^X^C/F10-QUIT 0-9/a-f/A-F-OFFSET
  60.  
  61.  
  62. #    To ignore a section just comment its name
  63.  
  64.  
  65. [GIT-FTI]
  66.  
  67.  
  68. ############################################
  69. # Linux virtual console with color monitor #
  70. ############################################
  71.  
  72.  
  73. [GIT-Color]
  74. TitleForeground            = CYAN
  75. TitleBackground            = BLUE
  76. TitleBrightness            = ON
  77. UserName            = YELLOW
  78. TtyName                = YELLOW
  79. ClockForeground            = BLACK
  80. ClockBackground         = CYAN
  81. ClockBrightness         = OFF
  82. PanelFrame             = WHITE
  83. PanelBackground            = BLUE
  84. PanelSelectedFile        = YELLOW
  85. PanelSelectedFileBrightness    = ON
  86. PanelNotSelectedFile        = WHITE
  87. PanelNotSelectedFileBrightness    = ON
  88. PanelCurrentSelectedFile    = YELLOW
  89. PanelCurrentNotSelectedFile    = WHITE
  90. PanelCurrentFile        = CYAN
  91. PanelPath            = RED
  92. PanelPathBrightness        = OFF
  93. PanelDeviceFreeSpace        = RED
  94. PanelDeviceFreeSpaceBrightness    = OFF
  95. PanelFileInfo            = RED
  96. PanelFileInfoBrightness        = OFF
  97. PanelFilesInfo            = BLACK
  98. PanelFilesInfoBrightness    = OFF
  99. InputLineForeground        = WHITE
  100. InputLineBackground        = BLACK
  101. InputLineBrightness        = ON
  102. InputLineErrorForeground    = WHITE
  103. InputLineErrorBackground    = RED
  104. InputLineErrorBrightness    = ON
  105. StatusBarForeground        = BLACK
  106. StatusBarBackground        = CYAN
  107. StatusBarBrightness        = OFF
  108. StatusBarWarningForeground    = BLACK
  109. StatusBarWarningBackground    = WHITE
  110. StatusBarWarningBrightness    = OFF
  111. StatusBarErrorForeground    = WHITE
  112. StatusBarErrorBackground    = RED
  113. StatusBarErrorBrightness    = ON
  114.  
  115.  
  116. [GITPS-Color]
  117. TitleForeground            = CYAN
  118. TitleBackground            = BLUE
  119. TitleBrightness            = ON
  120. HeaderForeground        = CYAN
  121. HeaderBackground        = RED
  122. HeaderBrightness        = ON
  123. ScreenForeground        = BLACK
  124. ScreenBackground        = CYAN
  125. ScreenBrightness        = OFF
  126. StatusForeground        = CYAN
  127. StatusBackground        = BLUE
  128. StatusBrightness        = ON
  129.  
  130.  
  131. [GITVIEW-Color]
  132. TitleForeground            = CYAN
  133. TitleBackground            = BLUE
  134. TitleBrightness            = ON
  135. HeaderForeground        = CYAN
  136. HeaderBackground        = RED
  137. HeaderBrightness        = ON
  138. ScreenForeground        = BLACK
  139. ScreenBackground        = CYAN
  140. ScreenBrightness        = OFF
  141. StatusForeground        = CYAN
  142. StatusBackground        = BLUE
  143. StatusBrightness        = ON
  144.  
  145.  
  146. ############################################################
  147. # Linux virtual console with monochrome monitor or b/w tty #
  148. ############################################################
  149.  
  150.  
  151. [GIT-Monochrome]
  152. TitleForeground            = WHITE
  153. TitleBackground            = BLACK
  154. TitleBrightness            = ON
  155. UserName            = WHITE
  156. TtyName                = WHITE
  157. ClockForeground            = BLACK
  158. ClockBackground         = WHITE
  159. ClockBrightness         = OFF
  160. PanelFrame             = WHITE
  161. PanelBackground         = BLACK
  162. PanelSelectedFile         = WHITE
  163. PanelSelectedFileBrightness    = ON
  164. PanelNotSelectedFile        = WHITE
  165. PanelNotSelectedFileBrightness    = OFF
  166. PanelCurrentSelectedFile    = WHITE
  167. PanelCurrentNotSelectedFile    = BLACK
  168. PanelCurrentFile        = WHITE
  169. PanelPath             = BLACK
  170. PanelPathBrightness         = OFF
  171. PanelDeviceFreeSpace            = BLACK
  172. PanelDeviceFreeSpaceBrightness    = OFF
  173. PanelFileInfo             = BLACK
  174. PanelFileInfoBrightness     = OFF
  175. PanelFilesInfo            = BLACK
  176. PanelFilesInfoBrightness    = OFF
  177. InputLineForeground        = WHITE
  178. InputLineBackground        = BLACK
  179. InputLineBrightness        = ON
  180. InputLineErrorForeground    = WHITE
  181. InputLineErrorBackground    = BLACK
  182. InputLineErrorBrightness    = ON
  183. StatusBarForeground         = BLACK
  184. StatusBarBackground         = WHITE
  185. StatusBarBrightness         = OFF
  186. StatusBarWarningForeground     = BLACK
  187. StatusBarWarningBackground     = WHITE
  188. StatusBarWarningBrightness     = OFF
  189. StatusBarErrorForeground     = BLACK
  190. StatusBarErrorBackground     = WHITE
  191. StatusBarErrorBrightness     = OFF
  192.  
  193.  
  194. [GITPS-Monochrome]
  195. TitleForeground            = BLACK
  196. TitleBackground            = WHITE
  197. TitleBrightness            = OFF
  198. HeaderForeground        = WHITE
  199. HeaderBackground        = BLACK
  200. HeaderBrightness        = ON
  201. ScreenForeground        = WHITE
  202. ScreenBackground        = BLACK
  203. ScreenBrightness        = OFF
  204. StatusForeground        = BLACK
  205. StatusBackground        = WHITE
  206. StatusBrightness        = OFF
  207.  
  208.  
  209. [GITVIEW-Monochrome]
  210. TitleForeground            = BLACK
  211. TitleBackground            = WHITE
  212. TitleBrightness            = OFF
  213. HeaderForeground        = WHITE
  214. HeaderBackground        = BLACK
  215. HeaderBrightness        = ON
  216. ScreenForeground        = WHITE
  217. ScreenBackground        = BLACK
  218. ScreenBrightness        = OFF
  219. StatusForeground        = BLACK
  220. StatusBackground        = WHITE
  221. StatusBrightness        = OFF
  222.  
  223.  
  224. # COMMAND FORMAT:
  225. # key = command name; formatted command; new dir; save screen; pause; hide
  226.  
  227. # DEFAULTS:
  228. # save screen = y
  229. # pause       = n
  230. # hide        = n
  231.  
  232. # PLEASE READ THE INFO DOCUMENTATION FOR DETAILS
  233. # BRIEF:
  234. #     FORMAT SPECIFIERS:
  235. #     - %s{question,default_answer} 
  236. #    - %?{confirmation}
  237.  
  238. #     - %f file (not directory)
  239. #     - %d directory (not file)
  240. #     - %l symbolic link
  241. #    - %t fifo
  242. #    - %z socket
  243. #     - %a all kind of directory entry (file, directory, link, fifo, socket)
  244. #     - %m current file mode
  245. #     - %o current file owner
  246. #     - %g current file group
  247. #    - %p current panel path
  248. #    - %b current panel directory name
  249. #    - %i current panel selected (if any) or current file
  250.  
  251. #     **** For the other panel: *****
  252. #
  253. #     - %F file (not directory)
  254. #     - %D directory (not file)
  255. #     - %L symbolic link
  256. #    - %T fifo
  257. #    - %Z socket
  258. #     - %A all kind of directory entry (file, directory, link, fifo, socket)
  259. #     - %M current file mode
  260. #     - %O current file owner
  261. #     - %G current file group
  262. #    - %P the other panel path
  263. #    - %B the other panel directory name
  264. #    - %I the other panel selected (if any) or current file
  265.  
  266. #    For faster startup, try to keep this entries sorted alphabetically,
  267. #    at least locally.  The order is given by the key sequence.
  268.  
  269.  
  270. # Key sequences starting with characters between ' ' and '~' are IGNORED !
  271.  
  272. [GIT-Keys]
  273. ^[[21~         = exit                    # F10 (replacement)
  274. ^[[23~        =                        # F11 (available)
  275. ^[[24~         =                         # F12 (available)
  276.  
  277.  
  278. # Key sequences starting with characters between ' ' and '~' are ALLOWED.
  279.  
  280. [GITPS-Keys]
  281. ^[[21~        = exit                    # F10 (replacement)
  282.  
  283.  
  284. # Key sequences starting with characters between ' ' and '~' are IGNORED !
  285.  
  286. [GITVIEW-Keys]
  287. ^[[21~        = exit                    # F10 (replacement)
  288.